<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*public*/
.size1 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.backcolor {
  background: #3671cf;
}
.color {
  color: #3671cf;
}
/*menu*/
.menu {
  position: relative;
  z-index: 100;
}
.menu &gt; li {
  height: 41px;
  line-height: 41px;
  width: 170.42px;
  float: left;
  text-align: center;
  position: relative;
  border-right: 1px solid #ebebeb;
}
.menu &gt; li a {
  font-size: 16px;
  color: #595959;
}
.menu &gt; li:hover,
.menu &gt; li.hover {
  background: #094c95;
}
.menu &gt; li:hover a,
.menu &gt; li.hover a{
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.menu li span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.menu .menu_2 {
  position: absolute;
  width: 100%;
  top: 58px;
  left: 0;
  display: none;
  overflow: hidden;
}
.menu .menu_2 li {
  background: #fff;
}
.menu .menu_2 a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #494747;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu li:hover .menu_2 {
  display: block;
}
.main {
  margin-bottom: 10px;
}
/*footer*/
.footer_bottom {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #2e2e2e;
  color: white;
  text-align: center;
}
.footer_bottom strong {
  font-weight: 500;
  padding: 0 30px;
}
.footer_bottom strong a {
  color: white;
}
</pre></body></html>